Support mutiple management networks in systemvms#4678
Conversation
| cidrs=(${MGMTNET//,/ }) | ||
| for cidr in ${cidrs[@]} | ||
| do | ||
| ip route add $cidr dev eth1 |
There was a problem hiding this comment.
@ravening I am wondering why there is no "via gateway" in route.
There was a problem hiding this comment.
@ravening I am wondering why there is no "via gateway" in route.
@weizhouapache do we need the "via gateway" ? it was not there in the original change
There was a problem hiding this comment.
@ravening the original line contained it (ip route add $MGMTNET via $LOCAL_GW dev eth1), can you explain why is removed?
|
ping @ravening any update? |
0465a2f to
2e22e7f
Compare
@rhtyd resolved conflicts |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian. SL-JID 687 |
|
Trillian test result (tid-1414)
|
|
@blueorangutan test |
|
@sureshanaparti a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-1433)
|
|
@blueorangutan package |
|
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✖️ el7 ✔️ el8 ✖️ debian ✔️ suse15. SL-JID 1163 |
|
@blueorangutan package |
|
@DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔️ el7 ✖️ el8 ✔️ debian ✔️ suse15. SL-JID 1250 |
|
@blueorangutan package |
|
@DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian ✔️ suse15. SL-JID 1265 |
|
@blueorangutan test |
|
@nvazquez a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-2079)
|
|
Ping @ravening can you check the open comment on the script file? |
Currently only one management.network.cidr is suuported in systemvms Allow supporting comma separated list of cidr's so that multiple networks are reachable from systemvms.
2e22e7f to
b03498e
Compare
@nvazquez @weizhouapache made the changes |
|
@blueorangutan package |
|
@nvazquez a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✖️ el7 ✖️ el8 ✔️ debian ✖️ suse15. SL-JID 2650 |
|
@blueorangutan package |
|
@DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian ✔️ suse15. SL-JID 2657 |
|
@blueorangutan test |
|
@DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-3390)
|
Description
Currently only one management.network.cidr is suuported in systemvms
Allow supporting comma separated list of cidr's so that multiple
networks are reachable from systemvms.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?